.. _`Split text`: .. _`org.sysess.sympathy.texts.splittext`: Split text `````````` .. image:: split_text.svg :width: 48 Documentation ::::::::::::: Split a text into multiple parts with a *Pattern*. The *Pattern* can be specified with a regular expression (regex) by checking the *Use regex* box. For more information about how to write regex, see :ref:`appendix_regex`. Definition :::::::::: Input ports ........... **in** text Text Output ports ............ **out** [text] Text parts Configuration ............. **Pattern** (pattern) A pattern which marks where a split should be made. **Use regex** (use_regex) If checked, the pattern is interpreted as a regex. Otherwise, the pattern is interpreted as plain text. Learn more about Regular expression syntax in the documentation appendix. Implementation .............. .. automodule:: node_text_operations :noindex: .. class:: SplitText :noindex: